.. _ActorID: ========================== Retrieving actor IDs ========================== .. toctree:: :maxdepth: 2 :hidden: :glob: EEex* +---------------------------------------------------------------+----------------------------------------------------+ | **Function** | **Description** | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorIDArea` | Returns an array of actor id's in an area | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorIDCursor` | Returns actor id that is currently under the cursor| +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorIDLoaded` | Returns an array of actor id's loaded in area | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorIDPortrait` | Returns the actor id for specified portrait slot | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorIDSelected` | Returns actor id of currently selected character | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorIDShare` | Returns the actorID for the share / creatureData | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetAllActorIDSelected` | Returns an array of actor id's that are selected | +---------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_IterateActorIDs` | Iterates through all actors in an area | +---------------------------------------------------------------+----------------------------------------------------+